Welcome![Sign In][Sign Up]
Location:
Search - opengl bmp

Search list

[OpenGL programResouseManager

Description: opengl材质管理,可以贴bmp格式的图片-opengl materials management, which can be attached bmp format photographs
Platform: | Size: 16397 | Author: 刘建新 | Hits:

[OpenGL programPrintGL_Fietiger

Description: 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写的,实现了打印的功能,但是打印线的时候特别的不清楚,还有就是在Ch4.rar中的那三个球在这里也是打印不了的(可能和OpenGL的命令有关)(我刚刚接触OpenGl,很多东西不懂,只是抄袭别人的类来用,没有深入研究过). CAp.rar 是OpenGL打印的另一种实现的方法,在Ch4.rar的基础点改写,也是抄袭了别人的原码,主要使用了一个现成的捕捉类,实现了客户区的捕捉,它存在的问题就是有时会捕捉到屏幕菜单,像打印,打印预览什么的.不过这个倒是可以打印Ch4中的那三个球.此外,还可以直接保存成BMP文件. 以上是在下拙作(姑且说是自己的吧,因为都是抄袭别人的代码,所以说的时候有点脸红).权做抛砖引玉,如遇高手,万望不吝赐教 网名:fietiger Email:fietiger@163.com -: Print.rar GL is a more common OpenGL Print code, Some of the CodeGuru on, I was the basis of the above done a little bit of change, CGLobj is to the View as a member of the They exist between the original inheritance. the same effect. Ch4.rar a book is the one above the original code, no printing function. However, he designed the relatively good (personal view) all of the mapping function is COpenGLD C complete, and the vote View Television mouth is the transformation from one type to complete the camera, so I do not know how else, just use the grindstone. NewGL.rar combination of the above two, I rewrite, and achieving the Print function, But the time line Print special unclear There is Ch4.rar of those three balls in print here is not the (possibly the life and OpenGL so) (I just Open
Platform: | Size: 331520 | Author: fietiger | Hits:

[OpenGL programterrain10

Description: 《OpenGL 超级宝典》第18章的一个例子,将OpenGL渲染的场景保存为BMP图片-"Super OpenGL book" section of a chapter 18 case, OpenGL rendering of the scene preservation of BMP images
Platform: | Size: 113448 | Author: 李滨 | Hits:

[OpenGL programCxImage_GL

Description: 关于CxImage的文章,网上有许多,这里只介绍如何把CxImage与OpenGL结合起来,用于读入多种格式的纹理以及用来把屏幕保存为各种格式的图像文件。 支持的格式有:BMP,GIF,ICO,JP2,FPC,FPG,PCX,PNG,PNM,RAS,TGA,TIF等等。 支持读入透明纹理。 www.PhysDev.com -CxImage articles on the Internet there are many, here only on how CxImage combined with OpenGL, Reading for a variety of formats into the texture and is used to screen for various preservation of the image file format. Supported formats : BMP, GIF, ICO, JP2, FPC, FPG, PCX, PNG, PNM, RAS, TGA, TIF, and so on. Reading to support transparent texture. Www.PhysDev.com
Platform: | Size: 534914 | Author: 华文广 | Hits:

[OpenGL programvc_jiqiaoshili_part8

Description: Visual.C++程序设计技巧与实例--配套光盘 第8章 图形图像编程 本章共11个实例: 1. DPLP设备坐标和逻辑坐标的相互转换 2. DrawShapes绘制各种图形 3. GDIDemoGDI对象的访问 4. MouseDraw使用鼠标绘图 5. DlgPaint在对话框上绘图 6. OpenGLDemo使用OpenGL绘图 7. OpenGLMovie使用OpenGL实现动画效果 8. BMPDemo在客户区显示位图 9. BMP256显示256色位图 10.BMPDemo2位图的伸缩和翻转操作 11.JPGGif显示jpg和gif图象-Visual.C program design techniques and examples -- matching CD Chapter 8, graphics and video programming has a chapter an example : 1. DPLP equipment and coordinates the logical coordinates conversion 2. DrawShapes draw various graphic 3. GDIDemoGDI visit four targets. MouseDraw use a mouse Mapping 5. DlgPai nt in the dialog box on the drawing 6. OpenGLDemo use OpenGL graphics 7. OpenGLM ovie use OpenGL animation 8. BMPDemo customers in the District show bitmap 9. BMP 256 show 256 colors 10.BMPDemo2 Bitmap bitmap stretching and overturned operation 11.JPGGi f showed jpg and gif image
Platform: | Size: 342346 | Author: xixi | Hits:

[OpenGL programGLbmp

Description: 这是一个VC环境下用MFC和openGL编写的bmp左右眼图片查看器-This is a VC environment with MFC and openGL prepared by the bmp eyes around Photo Viewer
Platform: | Size: 243370 | Author: anyaozu | Hits:

[OpenGL programOpenglexam1

Description: 一个在opengl下显示灰度bmp位图文件的程序,用VC++ 编写而成。很简单,适合初学者使用。-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners.
Platform: | Size: 38645 | Author: yu | Hits:

[OpenGL program3d

Description: VC++编写的程序,可以从硬盘中读取一幅BMP图像并显示出来,还可以用OPENGL进行三维显示-VC prepared by the procedure could read from the hard disk and a BMP image is displayed, You may also use OpenGL for 3D Display
Platform: | Size: 36979 | Author: 王立波 | Hits:

[OpenGL program20052111201507

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。
Platform: | Size: 108728 | Author: 杨秉岐 | Hits:

[OpenGL programloader

Description: 自己写的一个在opengl环境中加载3ds文件的类,很好用,但是3ds的贴图文件都应该是.bmp格式的才可以。
Platform: | Size: 8616 | Author: HMILY | Hits:

[OpenGL programImageCapture

Description: 在OpenGL环境下,保存窗口客户区的绘制内容为24位BMP位图(可以选择保存位图的大小);保存8位位图的函数框架也已经搭好。
Platform: | Size: 2218 | Author: wuxiaodi195 | Hits:

[Windows DevelopBmpOpengl

Description: 讀取bmp檔,匯入opengl中,(利用opengl show圖),必須將bmp檔的檔名命為txt.bmp
Platform: | Size: 70357 | Author: joyce | Hits:

[OpenGL programtiankong

Description: opengl star spaces use bmp pic
Platform: | Size: 198290 | Author: Zheng | Hits:

[OpenGL programgl_3ds_loader

Description: 这是一个opengl下的3ds文件loader。 导入的3ds object 可以用jpeg或者bmp文件作为贴图。 This program loads a 3ds-file with jpeg or bmp texture. Make a model with texture in 3D Studio Max or similar and export it as a 3ds-file. Remember to use the top view in 3D studio as your front view.
Platform: | Size: 2983468 | Author: charles | Hits:

[OpenGL programOPENGLTG_demo

Description: 根据bmp图片,来用opengl生成3维地形
Platform: | Size: 121454 | Author: 理会 | Hits:

[OpenGL programxingqiong

Description: 利用OpenGL模拟太阳系星球运转 Title: OpenGL with VB6 Author: Saadat Ali Shah Email: shahji_2000@yahoo.com Environment: VB 6.0, Win98/Me/XP Keywords: OpenGL, multiple viewports, mouse picking Level: Intermediate Category: VisualBasic/Graphics/OpenGL Introduction: A comprehensive program that introduces use of OpenGL API in Visual Basic Environmnet. It covers Ligthing, Bitmap(.bmp) Texture loading using Windows API, Hi Resolution Timer support, Time-based Animations and more Advanced Topics like Multiple viewports and Mouse Picking(Mouse support for OpenGL). Using the code: This project Uses OpenGL 1.2 Type Library to compile (see tlb.htm included in zip file) and will not run if vbogl.tlb is not found! In this case References Dialoag pops up. Click Browse to locate vbogl.tlb in the Projects s directory.
Platform: | Size: 518302 | Author: 秦胜伍 | Hits:

[OpenGL programOpenGl_BMP

Description: OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。
Platform: | Size: 627244 | Author: 贾河江 | Hits:

[Other resource53607915SeaAndSky

Description: 一个在opengl下显示灰度bmp位图文件的程序,用VC++ 编写而成。很简单,适合初学者使用。-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners
Platform: | Size: 137841 | Author: zhang | Hits:

[OpenGL program图形图像编程

Description: 颜色拾取器 直接运行PickColor.exe。图像的淡入和淡出运行PictureFade.exe时,一定要将文件t1.bmp和t2.bmp拷贝到当前目录中。图像特技 运行Special.exe时,一定要将文件t1.bmp拷贝到当前目录中。不规则图形的动画技术 运行MovePicture.exe时,一定要将文件SHIP.bmp、SHIPMASK.bmp和BACKGROUND.bmp拷贝到当前目录中。OpenGL编程直接opengl.exe。-picking colors for direct operation PickColor.exe. The image fades and PictureFade.exe running out of time, it must document t1.bmp and t2.bmp copy of the current directory. Images run Special.exe stunt, it must document t1.bmp copy of the current directory. Irregular graphics animation technology MovePicture.exe run, it must document SHIP.bmp, SHIPMASK.bmp and BACKGROUND.bmp copy of the current directory. OpenGL programming directly opengl.exe.
Platform: | Size: 3952048 | Author: 冉杰 | Hits:

[OpenGL programC__DocumentsandSettings_cq_桌面_VC

Description: 二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information <OpenGL> Image Processing himself to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initializatio
Platform: | Size: 106591 | Author: 李茜 | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net